home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / UNUNIX1 / ABOUT_UN.1
Text File  |  1992-07-19  |  1KB  |  37 lines

  1. unUNIX (vers. 1.1 - April 1992)
  2. -------------------------------
  3.  
  4.   Tired of trying to read MS-DOS or UNIX text files that are all just one 
  5. continuous line?  The reason for that is that every other machine on the 
  6. planet uses a newline character at the end of a line where the Macintosh uses 
  7. a carrage return (don't get me wrong, I like Macs).
  8.  
  9.   Basically all unUNIX does is read through a text file character by character 
  10. and if it finds a newline character it changes it into a carrage return before 
  11. writing it.
  12.  
  13.  
  14. How to use it?
  15.  
  16.   Two ways.  Either use System 7's drag and drop feature or select a file under the 'Open...' menu (either a TEXT file or a ???? file) and poof, a file is created with a '.new' suffix that will be legible.  Wow, what a concept!
  17.   Under 'Options' the creator type can be changed to the creator code of your 
  18. choice.  unUNIX ships set to 'MSWD' which is for Microsoft word documents.
  19.  
  20.   unUNIX is compatible with both System 6 AND 7.
  21.  
  22. If you like it...
  23.  
  24.   I can be reached at:
  25.  
  26.         marc@csufres.CSUFresno.EDU on the Internet or
  27.         M.MATTEO on GEnie Info Service
  28.  
  29. Enjoy.
  30.  
  31.  
  32. History:
  33.  
  34.   Version 1.0 (4/15/92)    beta release.
  35.   Version 1.1 (4/20/92)    added option to change creator code.
  36.                 added Drag and Drop support (for Sys 7).
  37.